[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
FIX MOUSE POSITION AT
Description:
This command positions the mouse cursor at the specified row/column
screen coordinates. It is useful in moving the mouse for the operator
and in the design of mouse supported tutorials.
Syntax:
FIX MOUSE POSITION AT <Pos1>,<Pos2>
Arguments:
<Pos1> is the row screen coordinate of the position from 0 to 24.
<Pos2> is the col screen coordinate of the position from 0 to 79.
Example:
FIX MOUSE POSITION AT 10,20 // move the mouse cursor
Purpose: Set the mouse cursor position
Mapped Function: __FixMousePosition() contained in GLLIBR.PRG.
dGE functions: mfixpos()
Other GL UDFs: None.
System variables: None.
System constants: None.
See Also:
See Also:
__FixMousePosition()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson